home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / showf13.zip / SF_LANG.ZIP / ENGLISH.DEF < prev    next >
Text File  |  1992-09-15  |  3KB  |  96 lines

  1. ;
  2. ; Special definitions
  3. ;
  4. ProgName "ShowFile"    ; Program name
  5. LANGID   "ENG"         ; Which language. Max 3 Char
  6. YesDef   "Y"           ; Yes  = %Y
  7. NoDef    "N"           ; No   = %N
  8. StopDef  "S"           ; Stop = %S
  9. YesNorm  "y"           ; Yes  = %j
  10. NoNorm   "n"           ; No   = %n
  11. StopNorm "s"           ; Stop = %s
  12. BrackRight "]"         ; %R
  13. BrackLeft  "["         ; %L
  14. Enter    "ENTER"       ; %E
  15.  
  16. ;
  17. ; Define up to 10 colors (0..9) as
  18. ;   COLOR "<NR>,<ATTRIBUTE BYTE>"
  19. ; the attribute byte may be hexadecimal.
  20.  
  21. Color    "0,$0B"       ; Color 0, TextColor
  22. Color    "1,$0C"       ; Color 1, HotKeys
  23. Color    "2,$0F"       ; Color 2, Highlight and input
  24. Color    "3,$0E"       ; Color 3, Info
  25. Color    "4,$1F"       ; Color 4, Status
  26. Color    "5,$0C"       ; Lines and frames
  27. Color    "6,$4F"       ; inputcolor
  28.  
  29.  
  30. ; The following macro's are available in the strings:
  31. ;    ^0..^9   for color 0..9
  32. ;    %Y %y    for upper- and lowercase YES
  33. ;    %N %n    for upper- and lowercase NO
  34. ;    %S %s    for upper- and lowercase STOP
  35. ;    %R %r    for the right bracket
  36. ;    %L %l    for the left bracket
  37. ;    %E %e    for ENTER
  38. ;
  39. ; The name of the resulting file is <PROGNAME>.<LANGID>
  40. ;
  41. ; A few color codes have a special meaning when they are used in non-tranlated
  42. ; stuff:
  43. ;
  44. ;  ^0  TextColor
  45. ;  ^1  HotKeys
  46. ;  ^2  HighLight info and userinput
  47. ;  ^3  Info color
  48. ;  ^4  the headers
  49. ;
  50. ; General language for all the doors.
  51. ;
  52. ]001 "^0Press %L^1%E^0%R to continue: ^2"
  53. ]002 "^0Press %L^1%E^0%R to continue, %L^1%S^0%R to stop: ^2"
  54. ]003 "^0Your choice: ^6"
  55. ]004 "^1%L^2 you have only 2 minutes left!^1%R^2"
  56. ]005 "^1%L^2 you have only 1 minutes left!^1%R^2"
  57. ]006 "^1HELLO???"
  58. ]007 "^1You've been locked out of the system. Don't call back..."
  59. ]008 "^1The SysOp threw you out. Call back an other time.."
  60. ]009 "^1Sorry, you reached your daily timelimit. Hope to see you back an other time."
  61. ]010 "^2Thanks for using the "
  62.  
  63. ]099 "Reading a file using "
  64. ;
  65. ; Start you program specific strings at f.e. ]100
  66. ;
  67. ;]100 "Use ^1PgUp^0/^1PgDn^0/^1Home^0/^1End^0 to page, %L^1Q^0%Ruit, %L^1H^0%Relp or %L^1S^0%Rearch: ^6"
  68. ;
  69. ; and as alternatives:
  70. ;
  71. ]100 "            ^0%L^1T^0%Rop   %L^1E^0%Rnd   %L^1P^0%Rrev   %L^1N^0%Rext   %L^1H^0%Relp   %L^1S^0%Rearch   %L^1Q^0%Ruit ^6"
  72.  
  73.  
  74. ;
  75. ; Change this line into something else, f.e.:
  76. ; "No arearules available"
  77. ]101 " Couldn't find the requested file."
  78.  
  79. ;
  80. ; Searching
  81. ;
  82. ]102 "^0Search for: ^6"
  83. ]103 "^1Search failed. String not found.^0"
  84. ;
  85. ; and the used keys.
  86. ;
  87. ]110 "TEPNHQS"
  88. ;     ||||||+- SEARCH
  89. ;     |||||+-- Quit
  90. ;     ||||+--- Help
  91. ;     |||+---- Nextpage
  92. ;     ||+----- Previouse page
  93. ;     |+------ End of file
  94. ;     +------- Top of file
  95.  
  96.